virtual methods meaning in Chinese
的虚函数
虚拟方法
Examples
- Replaces the definition of an inherited virtual method
替换继承的虚方法的定义。 - This virtual method executes remotely if overridden
此虚拟方法在重写时远程执行。 - At the end of the declaration pure virtual method
置于声明结尾处(纯虚方法) - An abstract method is implicitly a virtual method
抽象方法是隐式的虚方法。 - Note that a virtual method can also be called using the
请注意,还可以使用